projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d688343
)
Don't call object notify for something that isn't a property
author
William Jon McCann
<jmccann@redhat.com>
Fri, 28 Jan 2011 21:59:35 +0000
(16:59 -0500)
committer
William Jon McCann
<jmccann@redhat.com>
Fri, 28 Jan 2011 22:00:59 +0000
(17:00 -0500)
gtk/gtkstatusicon.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstatusicon.c
b/gtk/gtkstatusicon.c
index ad7d7d409ff01c506ae5071952871eb6ef771540..422d0859d5f7761c8273cd6f0901bcba715f5f6c 100644
(file)
--- a/
gtk/gtkstatusicon.c
+++ b/
gtk/gtkstatusicon.c
@@
-2902,6
+2902,4
@@
gtk_status_icon_set_name (GtkStatusIcon *status_icon,
#ifdef GDK_WINDOWING_X11
gtk_window_set_wmclass (GTK_WINDOW (priv->tray_icon), name, name);
#endif
-
- g_object_notify (G_OBJECT (status_icon), "name");
}